home *** CD-ROM | disk | FTP | other *** search
/ So Who's Dr. Rabbit? / SWDR_1.iso / pc / swdrmov / pg1819.dxr / 01819 Scripts Int_51_--FS GotoMainLoop from -Kids hide-.ls < prev    next >
Encoding:
Text File  |  1997-07-28  |  241 b   |  13 lines

  1. global gCurLocation
  2.  
  3. on exitFrame
  4.   UtilUpdateFrame()
  5.   puppetSprite(12, 1)
  6.   if the visible of sprite 12 then
  7.     set the visible of sprite 12 to 0
  8.   else
  9.     set the visible of sprite 12 to 1
  10.   end if
  11.   ReturnFromSection(gCurLocation)
  12. end
  13.